home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Tcl_CreateInterp C Library Procedures Tcl_CreateInterp
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- Tcl_CreateInterp, Tcl_DeleteInterp - create and delete Tcl
- command interpreters
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<ttccll..hh>>
-
- Tcl_Interp *
- TTccll__CCrreeaatteeIInntteerrpp()
-
- TTccll__DDeelleetteeIInntteerrpp(_i_n_t_e_r_p)
-
- AARRGGUUMMEENNTTSS
- Tcl_Interp *_i_n_t_e_r_p (in) Token for interpreter to be
- destroyed.
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- TTccll__CCrreeaatteeIInntteerrpp creates a new interpreter structure and
- returns a token for it. The token is required in calls to
- most other Tcl procedures, such as TTccll__CCrreeaatteeCCoommmmaanndd,
- TTccll__EEvvaall, and TTccll__DDeelleetteeIInntteerrpp. Clients are only allowed to
- access a few of the fields of Tcl_Interp structures; see
- the Tcl_Interp and TTccll__CCrreeaatteeCCoommmmaanndd man pages for details.
- The new interpreter is initialized with no defined variables
- and only the built-in Tcl commands. To bind in additional
- commands, call TTccll__CCrreeaatteeCCoommmmaanndd.
-
- TTccll__DDeelleetteeIInntteerrpp destroys a command interpreter and releases
- all of the resources associated with it, including vari-
- ables, procedures, and application-specific command bind-
- ings. After TTccll__DDeelleetteeIInntteerrpp returns the caller should
- never again use the _i_n_t_e_r_p token.
-
-
- KKEEYYWWOORRDDSS
- command, create, delete, interpreter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v1.0 1
-
-
-
-